*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 10 Jul 2007 03:49:00 +0000 (03:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 10 Jul 2007 03:49:00 +0000 (03:49 +0000)
src/ChangeLog

index 95cac2b35f36521739a70c7735106f27c1798628..adc64b23a830aaf5467ba8450b92ca5498bbab0e 100644 (file)
@@ -1,3 +1,15 @@
+2007-07-08  Guanpeng Xu  <herberteuler@hotmail.com>
+
+       * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
+       (looking_at_1): Don't change search_regs and last_thing_searched
+       if `inhibit-changing-match-data' is non-nil.
+       (string_match_1, search_buffer, set_search_regs): Likewise.
+       (syms_of_search): Add Lisp level definition for
+       `inhibit-changing-match-data' and set it to nil.
+       (boyer_moore): If `inhibit-changing-match-data' is non-nil,
+       compute start and end of the match, instead of using values in
+       search_regs.
+
 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * minibuf.c (Fcompleting_read): New value `confirm-only'